Symphony Framework
CollectionData<T> Class
Members 
Symphony.Conductor.Content Namespace : CollectionData<T> Class
The CollectionData<T> class is designed to expose a Symphony Data Object based Symphony.Conductor.Types.AsyncObservableCollection<T> collection.
Object Model
CollectionData<T> ClassDataObjectBase Class
Syntax
Type Parameters
T
Remarks
An Asynchronous collection can be data bound to user interface control but the loading of the data is performed on a background worker thread. This allows the user interface to continue to respond while the data bound collecton is loading. The Symphony.Conductor.Types.AsyncObservableCollection<T> ensures that the required INotifyPropertyChanged.PropertyChanged is performed on the user interface thread. Ensure that the applciaiton has executed the Symphony.Conductor.Static.ThreadSafe.AnchorToUIThread method on the user interface thread.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Symphony.Conductor.Types.AsyncObservableCollection<T>
            Symphony.Conductor.Content.CollectionData<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CollectionData<T> Members
Symphony.Conductor.Content Namespace